The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "ipc::cmd"

IPC::Cmd - finding and running system commands made easy River stage five • 127 direct dependents • 21420 total dependents

IPC::Cmd allows you to run commands platform independently, interactively if desired, but have them still work. The "can_run" function can tell you if a certain binary is installed and if so where, whereas the "run" function can actually execute any ...

BINGOS/IPC-Cmd-1.04 - 13 Jul 2019 09:17:39 UTC - Search in distribution

MooX::Ipc::Cmd - Moo role for issuing commands, with debug support, and signal handling River stage zero No dependents

CAZADOR/MooX-Ipc-Cmd-1.2.1 - 18 Nov 2016 18:26:32 UTC - Search in distribution

IPC::Cmd::Cached - Run expensive commands and cache their output River stage zero No dependents

"IPC::Cmd::Cached" uses "IPC::Cmd" to run arbitrary shell commands, but caches their results and finds them later. It uses a "Cache::FileCache" object to store the output of commands it has successfully executed persistently on disk. Results are stor...

MSCHILLI/IPC-Cmd-Cached-0.01 - 18 Dec 2007 06:10:59 UTC - Search in distribution

IPC::PrettyPipe::Cmd - A command in an IPC::PrettyPipe pipeline River stage zero No dependents

IPC::PrettyPipe::Cmd objects are containers for the individual commands in a pipeline created by IPC::PrettyPipe. A command may have one or more arguments, some of which are options consisting of a name and an optional value. Options traditionally ha...

DJERIUS/IPC-PrettyPipe-0.13 - 08 Jul 2020 21:29:42 UTC - Search in distribution

Class::Usul::IPC::Cmd - Execute system commands River stage one • 3 direct dependents • 3 total dependents

Refactored IPC::Cmd with a consistent OO API Would have used MooseX::Daemonize but using Moo not Moose so robbed some code from there instead...

PJFL/Class-Usul-0.84.1 - 14 Apr 2018 12:28:18 UTC - Search in distribution

IPC::ShellCmd - Run a command with a given environment and capture output River stage zero No dependents

This module comes from the nth time I've had to implement a select loop and wanted appropriate sudo/su privilege magic, environment variables that are set in the child, working directories set etc. It aims to provide a reasonable interface for settin...

BOBTFISH/IPC-ShellCmd-0.001 - 09 Nov 2009 01:52:05 UTC - Search in distribution

Archive::Tar::Wrapper::IPC::Cmd - Archive::Tar::Wrapper minus IPC::Run, IO::Pty River stage zero No dependents

Archive::Tar::Wrapper::IPC::Cmd is a fork of Michael Schilli's Archive::Tar::Wrapper Removed: IPC::Run, IO::Pty Added: IPC::Cmd...

BIESZCZAD/Archive-Tar-Wrapper-IPC-Cmd-0.22 - 12 Jul 2012 08:43:57 UTC - Search in distribution

IPC::Simple - simple, non-blocking IPC River stage zero No dependents

Provides a simplified interface for managing and kibbitzing with a child process....

JEFFOBER/IPC-Simple-0.09 - 08 Dec 2020 16:05:01 UTC - Search in distribution

IPC::LDT - implements a length based IPC protocol River stage zero No dependents

Interprocess communication often uses line (or record) oriented protocols. FTP, for example, usually is such a protocol: a client sends a command (e.g. "LS") which is completed by a carriage return. This carriage return is included in the command whi...

JSTENZEL/IPC-LDT-2.03 - 29 Feb 2000 19:45:34 UTC - Search in distribution

perltidy - a perl script indenter and reformatter River stage three • 77 direct dependents • 143 total dependents

Perltidy reads a perl script and writes an indented, reformatted script. The formatting process involves converting the script into a string of tokens, removing any non-essential whitespace, and then rewriting the string of tokens with whitespace usi...

SHANCOCK/Perl-Tidy-20240202 - 01 Feb 2024 13:55:33 UTC - Search in distribution

perldiag - various Perl diagnostics River stage five • 11292 direct dependents • 32664 total dependents

These messages are classified as follows (listed in increasing order of desperation): (W) A warning (optional). (D) A deprecation (enabled by default). (S) A severe warning (enabled by default). (F) A fatal error (trappable). (P) An internal error yo...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

Argv - Provide an OO interface to an arg vector River stage one • 3 direct dependents • 4 total dependents

An Argv object treats a command line as 3 separate entities: the *program*, the *options*, and the *args*. The *options* may be further subdivided into user-defined *option sets* by use of the "optset" method. When one of the *execution methods* is c...

DSB/Argv-1.28 - 13 May 2013 15:01:11 UTC - Search in distribution

Expect - automate interactions with command line programs that expose a text terminal interface. River stage three • 34 direct dependents • 580 total dependents

See an explanation of What is Expect <http://code-maven.com/expect> The Expect module is a successor of Comm.pl and a descendent of Chat.pl. It more closely resembles the Tcl Expect language than its predecessors. It does not contain any of the netwo...

JACOBY/Expect-1.38 - 08 Mar 2024 16:46:23 UTC - Search in distribution

perlall - build, test and do with all perls River stage zero No dependents

perlall is like a better perlbrew with a lot of testing features. The perls are in the default /usr/local/bin/, and /usr/local/lib/perl5/VERSION paths, instead of locally, and . You need write access to the default PREFIX /usr/local, e.g. via "sudo"....

RURBAN/App-perlall-0.51 - 10 Dec 2019 20:02:45 UTC - Search in distribution

Win32::Lanman - implements MS Lanmanager functions River stage zero No dependents

This module implements the MS Lanmanager functions...

JHELBERG/lanman.1.0.10.0 - 11 Jan 2003 17:21:44 UTC - Search in distribution

Doit - a scripting framework River stage zero No dependents

Doit is a scripting framework. Some core principles implemented here are: * Failing commands throw exceptions — similar to autodie or Fatal (but implemented consistently) or Bourne shell's "set -e", or make(1)'s default mode without "-k" * Commands a...

SREZIC/Doit-0.028 - 03 Nov 2023 08:15:55 UTC - Search in distribution

FFI::Platypus - Write Perl bindings to non-Perl libraries with FFI. No XS required. River stage two • 65 direct dependents • 88 total dependents

Platypus is a library for creating interfaces to machine code libraries written in languages like C, C++, Go, Fortran, Rust, Pascal. Essentially anything that gets compiled into machine code. This implementation uses libffi <https://sourceware.org/li...

PLICEASE/FFI-Platypus-2.08 - 05 May 2023 21:50:13 UTC - Search in distribution

perlfunc - Funciones predefinidas en Perl *** DOCUMENTO SIN REVISAR *** River stage zero No dependents

ENELL/POD2-ES-5.24.0.5 - 01 Jan 2017 21:24:12 UTC - Search in distribution

App::Rad - Rapid (and easy!) creation of command line applications River stage two • 16 direct dependents • 26 total dependents

App::Rad aims to be a simple yet powerful framework for developing your command-line applications. It can easily transform your Perl *one-liners* into reusable subroutines than can be called directly by the user of your program. It also tries to prov...

GARU/App-Rad-1.05 - 07 Jun 2013 01:12:03 UTC - Search in distribution

IT::perlfunc River stage zero No dependents

ENRYS/POD2-IT-0.13 - 26 Aug 2009 16:35:44 UTC - Search in distribution
118 results (0.149 seconds)